projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01fe4ce
)
widget: Improve debug output
author
Benjamin Otte
<otte@redhat.com>
Mon, 29 Apr 2013 13:07:01 +0000
(15:07 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 1 May 2013 14:41:11 +0000
(16:41 +0200)
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index fda2533a566eb922ee2b08f476da43e054dbc157..b3f54c6ce8824184219d189b2fbb619408a40a43 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-5431,8
+5431,9
@@
gtk_widget_size_allocate_with_baseline (GtkWidget *widget,
}
name = g_type_name (G_OBJECT_TYPE (G_OBJECT (widget)));
- g_print ("gtk_widget_size_allocate: %*s%s %d %d",
+ g_print ("gtk_widget_size_allocate: %*s%s %d %d
%d %d
",
2 * depth, " ", name,
+ allocation->x, allocation->y,
allocation->width, allocation->height);
if (baseline != -1)
g_print (" baseline: %d", baseline);